Skip to content

feat(ts): stack and queue implementation #775

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

0xTheProDev
Copy link
Contributor

No description provided.

@berquist berquist added Implementation This provides an implementation for an algorithm. (Code and maybe md files are edited.) hacktoberfest-accepted Hacktoberfest The label for all Hacktoberfest related things! labels Oct 26, 2020
@leios
Copy link
Member

leios commented Nov 5, 2020

thanks for the implementation; however, we do not yet have a chapter with code for stacks and queues. This will be updated soon, so I'll keep this PR in mind as we write the text for that section #771 has a similar issue, so hopefully we can work everything out!

front(): T;
}

class Queue<T> implements IQueue<T> {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@leios do we have standards for TypeHinting in the interface names?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think so. Maybe we should add something to the code style guide?

Copy link
Member

@ntindle ntindle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Am typescript dev, this LGTM

Copy link
Member

@leios leios left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If it looks good to @ntindle, then I am happy to approve as well!

front(): T;
}

class Queue<T> implements IQueue<T> {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think so. Maybe we should add something to the code style guide?

@leios leios mentioned this pull request Aug 23, 2021
4 tasks
@leios
Copy link
Member

leios commented Aug 23, 2021

I will go ahead and merge this now and then put the infrastructure in another PR to solve issue #838

@leios leios merged commit 2797d85 into algorithm-archivists:master Aug 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Hacktoberfest The label for all Hacktoberfest related things! hacktoberfest-accepted Implementation This provides an implementation for an algorithm. (Code and maybe md files are edited.)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants